crypto/tls.Conn.handshakeMutex (field)

11 uses

	crypto/tls (current package)
		conn.go#L38: 	handshakeMutex sync.Mutex
		conn.go#L1197: 	c.handshakeMutex.Lock()
		conn.go#L1198: 	defer c.handshakeMutex.Unlock()
		conn.go#L1439: 	c.handshakeMutex.Lock()
		conn.go#L1440: 	defer c.handshakeMutex.Unlock()
		conn.go#L1470: 	c.handshakeMutex.Lock()
		conn.go#L1471: 	defer c.handshakeMutex.Unlock()
		conn.go#L1506: 	c.handshakeMutex.Lock()
		conn.go#L1507: 	defer c.handshakeMutex.Unlock()
		conn.go#L1516: 	c.handshakeMutex.Lock()
		conn.go#L1517: 	defer c.handshakeMutex.Unlock()